home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / programs / jetbbs10.zip / JETBBS.DAT / zoo / mnu / ulpcz.mnu < prev    next >
Text File  |  1993-03-17  |  2KB  |  75 lines

  1. ;
  2. ; Note: The ..\ before the name of the external protocol is required
  3. ;    because the BBS CDs into the transfer directory.  It would also
  4. ;    be ok to give an absolute path, such as C:\BBS\DSZ.
  5. ;
  6.  
  7. [do]
  8. print %lsb%A%rsb% ASCII
  9. print %lsb%X%rsb% Xmodem
  10. print %lsb%1%rsb% Xmodem-1k
  11. print %lsb%Y%rsb% Ymodem
  12. print %lsb%Z%rsb% Zmodem
  13. print %lsb%S%rsb% SEAlink
  14. print %lsb%Q%rsb% Quit
  15. print
  16. setprompt Select protocol
  17.  
  18. [menu]
  19.  
  20. ;******************************************
  21. ; Built in ASCII
  22.  
  23. a, asciiul %xferfilename%, 1, ASCII;
  24.  
  25. ;******************************************
  26. ; Built in Xmodem
  27.  
  28. x,
  29. xmodemreceive %xferfilename%,
  30. 1,
  31. Xmodem
  32.  
  33. Start your xmodem send now.;
  34.  
  35. ;******************************************
  36. ; Quit
  37.  
  38. q, gotoprev, 1, Quit;
  39.  
  40. ;******************************************
  41. ; Xmodem-1k PCZ External Protocol
  42.  
  43. 1,
  44. transul2 ..\PCZ %comport% %baud% r1 %xferfilename%,
  45. 1, Xmodem-1k
  46.  
  47. Start your xmodem-1k send now.;
  48.  
  49. ;******************************************
  50. ; Ymodem PCZ External Protocol
  51.  
  52. y,
  53. transul2 ..\PCZ %comport% %baud% ry %xferfilename%,
  54. 1, Ymodem
  55.  
  56. Start your ymodem send now.;
  57.  
  58. ;******************************************
  59. ; Zmodem PCZ External Protocol
  60.  
  61. z,
  62. transul2 ..\PCZ %comport% %baud% rz %xferfilename%,
  63. 1, Zmodem
  64.  
  65. Start your zmodem send now.;
  66.  
  67. ;******************************************
  68. ; SEAlink PCZ External Protocol
  69.  
  70. s,
  71. transul2 ..\PCZ %comport% %baud% rs %xferfilename%,
  72. 1, SEAlink
  73.  
  74. Start your SEAlink send now.;
  75.